home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / PageSpinner 3.0.2 / Examples / StyleSheet / sheet4.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-10-18  |  444 b   |  13 lines  |  [TEXT/JyWs]

  1. BODY, P, TD, CENTER, UL, LI {  font-size: 10px; 
  2.     font-family: verdana , geneva, sans-serif ;  }
  3.     
  4. H1, H2, H3, H4 { font-family: verdana , geneva, sans-serif ; }
  5. H1 { font-size: 16px ;  font-weight: bold ;}
  6.  
  7. .small { font-size: 9px;  }
  8. .smallGeneva { font-family:  geneva, verdana, sans-serif ; font-size: 9px;  }
  9.  
  10. A:link, A:visited { text-decoration: underline;   color: #0066CC ;}
  11. A:hover {  color: #FF0000 ; }
  12. A:active { color: #0000FF ;  }
  13.